Skip to content

feat(matplotlib): implement scatter-color-groups#356

Merged
github-actions[bot] merged 3 commits intoplot/scatter-color-groupsfrom
auto/scatter-color-groups/matplotlib
Dec 7, 2025
Merged

feat(matplotlib): implement scatter-color-groups#356
github-actions[bot] merged 3 commits intoplot/scatter-color-groupsfrom
auto/scatter-color-groups/matplotlib

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude Bot commented Dec 7, 2025

Summary

Implements scatter-color-groups for matplotlib library.

Parent Issue: #208
Sub-Issue: #238
Base Branch: plot/scatter-color-groups
Attempt: 1/3

Implementation

  • plots/matplotlib/scatter/scatter-color-groups/default.py

Details

  • Uses iris dataset to demonstrate categorical color groups (species)
  • Colorblind-safe palette from style guide (#306998, #FFD43B, #DC2626)
  • Proper axis labels, title, legend with appropriate font sizes
  • Simple KISS-style script (no functions/classes)

Add scatter plot with color groups implementation for matplotlib.
Uses the iris dataset to demonstrate categorical coloring of data points
by species with colorblind-safe palette from the style guide.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 7, 2025

✅ Plot Tests Passed

Python 3.13 (required): passed

Compatibility: 3.12 3.13

Note: Only Python 3.13 is required to pass. Python 3.12 is tested for compatibility.

@claude claude Bot added the ai-approved Quality OK, ready for merge label Dec 7, 2025
@github-actions github-actions Bot merged commit 00ba29a into plot/scatter-color-groups Dec 7, 2025
8 checks passed
@github-actions github-actions Bot deleted the auto/scatter-color-groups/matplotlib branch December 7, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-approved Quality OK, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant